home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / acpi / resume.d / 98-acpi-unlock.sh < prev   
Encoding:
Linux/UNIX/POSIX Shell Script  |  2006-10-15  |  82 b   |  6 lines

  1. #!/bin/sh
  2.  
  3. #Let acpid process events again
  4. (sleep 10 && rm /var/lock/acpisleep)&
  5.  
  6.